home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
res
/
description
/
Ometaball.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
245b
|
12 lines
#ifndef _Ometaball_H_
#define _Ometaball_H_
enum
{
METABALLOBJECT_THRESHOLD = 1000, // REAL
METABALLOBJECT_SUBEDITOR = 1001, // REAL
METABALLOBJECT_SUBRAY = 1002, // REAL
METABALLOBJECT_EXPONENTIAL = 1003 // BOOL
};
#endif